home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
clipart
/
usadod_1.arj
/
INSTALL1.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-02
|
915b
|
43 lines
echo off
if %1d==d goto noparm1
if %2d==d goto noparm1
cls
%2:
cd\SPDEMO
echo Make sure there's at least 20 megabytes of FREE disk space
echo before continuing.
echo.
echo If you want to QUIT this installation now, press CTRL+C and answer "Y" to the
echo "Terminate batch job?" prompt. Otherwise ...
pause
echo At the prompts, insert the appropriate diskette.
echo The first disk Volume 1 is in the current dirve, Enter to continue...
echo Volume 1 is in the current drive...
split -pm %1:unpack %2:unpack.exe
echo Uncompressing the databases...
UNPACK.EXE
echo Deleting the compressed databases...
del UNPACK.EXE
echo Installation is complete. Type "SPDEMO" to run Military Sales Partner.
goto end
:noparm1
echo Specify the source and destination drives for installation (no colons) -
echo e.g. update a c (original disk in A, install to drive C).
:end